Welcome![Sign In][Sign Up]
Location:
Search - matlab m

Search list

[Graph programsnake_demo.m

Description: The m-file is a demonstration script. Using your own array of image data, or a built-in default, a demo window is displayed where you can click to indicate points and see the snake program in action.
Platform: | Size: 5120 | Author: atlas | Hits:

[CommunicationM-PSK

Description: 4psk&8psk的matlab实现,采用蒙特卡罗仿真法,计算误码率误比特率,绘制相应曲线-the realization of 4psk&8psk by Matlab tool,it use Monte Carlo way to calculate the BER and draw the graph.
Platform: | Size: 3072 | Author: 王明 | Hits:

[CommunicationM-DPSK

Description: 4dpsk和8dpsk的matlab仿真实现,采用蒙特卡罗仿真法,绘制误码率曲线-the realization of 4dpsk&8dpsk by matlab tool.it use the Monte Carlo methods to draw the graph.
Platform: | Size: 4096 | Author: 王明 | Hits:

[source in ebookmatlab for 有限元法

Description: 有关应用matlab编写的有限元函数,其中包含了一些最基本的有限元的基本函数,对于应用有限元法模拟电磁场欧很大的帮助-Matlab prepared for the application of the finite element function, which contains the most basic finite element basic function, using the finite element method simulation of electromagnetic fields in Europe a great help! !
Platform: | Size: 36864 | Author: 李利 | Hits:

[Compress-Decompress algrithmshomework.m

Description: 本代码是本人于前年完成的利用小波变换技术实现的图像分解与合成的MATLAB源代码.详细的说明见本人的个人主页,上面有详细的说明和测试结果,数据绝对准确可靠.本人现在正在研究语音压缩算法,主要是MELP算法.从网上搜索到这里正好有本人所要参考的源代码,如能赐予,万分感谢.邮箱:liwh@ruyi.com电话:133251646-the code is completed in the year before last I use wavelet transform technique of image decomposition and synthesis of MATLAB source. A detailed description of my personal home page, above a detailed description and test results, data absolutely accurate and reliable. Now I was studying voice compression algorithm, mainly MELP Algorithm. from the Internet to search, I just happened to be here by reference to the source code, if God and extremely grateful. mail : liwh@ruyi.com Tel : 133251646
Platform: | Size: 5120 | Author: 李文化 | Hits:

[Program docmatlab实现几种基本的通信仿真技术

Description: 这是我收集的几个通信基础理论的Matlab仿真实现,包括bpsk、qpsk、ofdm以及信号衰减和延迟的仿真。尽管不是我本人原创,但比较都经典。文件为*.m格式-This is my collection of several communications infrastructure theory Matlab Simulation, including BPSK, QPSK, and the OFDM signal attenuation and delay in the simulation. Although it was not my original, but more are classics. M*. document format
Platform: | Size: 5120 | Author: 武昌盛 | Hits:

[Graph programfacet边缘检测的matlab源代码

Description: facet边缘检测的matlab源代码,是基于二阶模型,只要运行最后一个hhh.m就可以了-facet Edge Detection Matlab source code is based on second-order model, as long as the last one run on the hhh.m
Platform: | Size: 126976 | Author: wrm | Hits:

[AlgorithmGauss_pivot

Description: Gauss列主元素消去法,同时给了Matlab的M文件和C代码文件。-out the main elements of Gauss elimination, but also to the Matlab M C code files and documents.
Platform: | Size: 1024 | Author: wf | Hits:

[matlabvcmatlab7src

Description: MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数文件等。MATLAB 6.5 使用的编译器包括了MATLAB 的C\C++数学库函数以及图形库。动态链接库(dll)是编写软件中常用的一种技术,MATLAB提供了将M文件编制成dll文件的方法,本文就介绍如何在MATLAB6.5中将m文件z转化成dll文件,然后在VC中调用该dll文件。 -MATLAB Compiler is a built-in MATLAB Compiler, it will be m documents into C, C p, or other types of source code and generating executable required documents lib files (libraries), dll files or documents S function. MATLAB 6.5 The compiler includes MATLAB C \ C math library functions and graphics library. Dynamic link library (dll) software is commonly used to prepare a technical, MATLAB M will provide the documentation dll file into the method, on how the document Matlab6.5 will m z into dll file, and then call in the VC dll file.
Platform: | Size: 41984 | Author: 林林 | Hits:

[matlabM-files for Neural Networks

Description: 《M-files for "Neural Networks"》神经网络的一些MATLAB源程序,M-files for demos, exercises, and implementations. 作者:Herve Abdi -"M-files for" Neural Networks "," some of the neural network MATLAB source, M-files for demos, exercises, and implementations. Author : Herve Abdi
Platform: | Size: 60416 | Author: 李岩 | Hits:

[matlab码序列及相关

Description: walsh码的生成程序,小m序列的生成程序,以及求序列之间周期和非周期相关函数-code generation process, small m sequence generation process and seek sequence between cycles and cycle-related function
Platform: | Size: 1024 | Author: 杨元 | Hits:

[Windows Develop数字图象处几乎都包括-matlab-verygood

Description: 用matlab实现的包括数字图像的所有内容,很不错的,值的一瞧。-achieved using Matlab including digital images of all content, very good, the value of the swarm.
Platform: | Size: 784384 | Author: 陈萍 | Hits:

[Documents编写自己的M文件

Description: 在BorlandC++ builder直接调用Matlab的方法 ,程序在matlab 7.1 sp3中成功通过. -in Borland C builder called directly Matlab methods, and procedures in Matlab 7.1 sp3 successfully adopted.
Platform: | Size: 3072 | Author: 张庚 | Hits:

[Communicationm_sequence

Description: 一个matlab程序,m序列产生程序, 因为M序列很重要,要的可以下哦 -a procedure for selecting the sequence of m, because the M series is very important, to be the next Oh
Platform: | Size: 1024 | Author: 刘三 | Hits:

[CSharpC语言实现MATLAB 6.5中M文件的方法

Description: 本文着重描述了运用MATLAB命令将M文件翻译为C语言程序,并修改为可直接调用的C语言函数的方法,使用该方法所需要注意的方法局限性和MATLAB版本差异的影响。运用该方法将能够使C语言能直接使用MATLAB当中已经完成的数学计算功能,大大扩充了C语言的数学计算功能和开发效率。-This paper describes the use of MATLAB M ordered the translation of documents for the C Programming Language, and revised to directly call the C language function, use of the method needed to limitations of the method and MATLAB version of the impact of differences. Using this method will enable C language can be used directly MATLAB which has been completed arithmetic function, greatly expanded the C language arithmetic functions and development efficiency.
Platform: | Size: 4096 | Author: 尹科华 | Hits:

[OtherVC调用matlab中自定义的.m

Description: 这个程序是我用来做数据处理的,在VC中调用matlab编写的.m文件来实现我所需功能,直接调用matlab中现成的函数来处理在vc中需要自己编很长代码来实现的数据处理函数,提高了工作效率,结合vc的界面美观与matlab的方便-this procedure is used for data processing. the VC Calling Matlab prepared. m documents I needed to realize functions, called directly available in Matlab functions to address the needs vc own code provision long to realize the data processing Function, improving work efficiency, vc combined with the beautiful interface convenience Matlab
Platform: | Size: 3061760 | Author: 向礼 | Hits:

[matlab%BE%AB%CD%A8matlab%D7%DB%BA%CF%B8%A8%B5%BC%D3%EB%D

Description: MATLABThe CD-ROM accompanying this book contains MATLAB® M-files (MATLAB language source code) and Simulink® block diagram models for designing, implementing and testing control systems.-MATLABThe CD-ROM accompanying this book contains MATLAB ? M-files (MATLAB language source code) and Simulink ? block diagram models for designing, implementing and testing control systems.
Platform: | Size: 584704 | Author: l | Hits:

[CommunicationUWB_Link_Analysis

Description: This m file plots the time and frequency domain of UWB PPM(pulse position modulated) waveforms(monocycles and doublets) with different pulse recurring frequency (PRF)and information rates. -m plots the time and frequency domain of UWB PPM (pulse modulated position) waveforms (monocycles and doublets) with different pulse recurring frequency (PRF) and information rates.
Platform: | Size: 3072 | Author: 王琼 | Hits:

[matlabID3.m

Description: 这个Matlab环境下的模式分类算法集提供了二维两类分类问题的很多可视化程序-the Matlab environment under the classification algorithm provides a two-dimensional set two classifications of many visual programming
Platform: | Size: 2048 | Author: 小猪 | Hits:

[Communicationss_mlsrs

Description: 用来产生M序列的MATLAB程序,其周期为31位,结合pn.m可生成GOLD序列。-used to produce M sequence MATLAB, cycle 31. combining pn.m GOLD sequences can be generated.
Platform: | Size: 1024 | Author: 罗旋 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net